Skip to content

Commit 620924c

Browse files
authored
Merge pull request #5134 from mozilla/dependabot/github_actions/actions/setup-python-5.3.0
Bump actions/setup-python from 5.2.0 to 5.3.0
2 parents 9cd189e + 6851864 commit 620924c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-glean-parser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2121
- name: Set up Python 3
22-
uses: actions/setup-python@v5.2.0
22+
uses: actions/setup-python@v5.3.0
2323
with:
2424
python-version: '3.11'
2525
cache: 'pip'

.github/workflows/lint-pending-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: 'recursive'
1818
- name: Set up Python 3
19-
uses: actions/setup-python@v5.2.0
19+
uses: actions/setup-python@v5.3.0
2020
with:
2121
python-version: '3.11'
2222
cache: 'pip'

0 commit comments

Comments
 (0)